home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re Paste Exception.6 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  761 b   |  [TEXT/ttxt]

  1. Subject:     Re: Paste Exception
  2. Sent:        6/12/96 4:59 AM
  3. Received:    6/12/96 8:31 AM
  4. From:        Serge Froment, sfroment@odyssee.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >ODF code contains a couple of examples of putting up an alert after
  9. >catching an exception. See the FW_CPrintHandler methods HandlePageSetup
  10. >and HandlePrint.
  11.  
  12. >Use kODErrAlreadyNotified. Or, as Mary's code does, return false (if the
  13. >API allows it).
  14.  
  15. Mary and Mark,
  16.  
  17. Thank you for your help. I think I can make it work now. I quite often find
  18. out how to use ODF classes by guessing or finding at where ODF itself would
  19. use them, but this time I had no idea about where to look.
  20.  
  21. Serge
  22.  
  23.